<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/* 搴曢儴瀵艰埅 start */
.foot-fixed-ul {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	border-top: 1px solid #dedede;
	box-shadow: 0 0 2px #dedede;
	z-index: 999;
}

.foot-fixed-li {
	float: left;
	padding: 5px 0;
	/* width:25%; */
	width: 20%;
}

.foot-fixed-icon {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 24px;
}

.foot-fixed-link {
	color: #666;
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
}

.foot-fixed-link.on {
	color: #009fe9;
}

/* 搴曢儴瀵艰埅 end */
@media (min-width: 992px) {
	.pc-last {
		margin-right: 0;
	}
}

@media (min-width: 480px) and (max-width: 992px) {
	.tpc-last {
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.ph-last {
		margin-right: 0;
	}
}


/* 搴曢儴鎸夐挳 start */
.footBg {
	height: 50px;
}

.footUl {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	display: flex;
}

.footLi {
	float: left;
	width: 20%;
	text-align: center;
	background-color: #393939;
}

.footLi.cur {
	background-color: rgba(1,149,223, 1);
}

.footLink {
	display: block;
	padding-top: 8px;
	padding-bottom: 4px;
}

.footIcon {
	height: 20px;
	display: block;
	margin: 0 auto;
}

.footTitle {
	color: #fff;
	font-size: 12px;
	margin-top: 0;
	line-height: 18px;
}

/* 搴曢儴鎸夐挳 end */

/* 寰俊寮圭獥 start */
#wxnr {
	width: 100%;
	height: 100%;
	max-width: 640px;
	min-width: 320px;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0, 0, 0, .6);
}

#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 80%;
	/* height: 236px; */
	padding: 30px 10px;
	transform: translate(0, -50%);
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}

#wxnr img {
	width: 138px;
	height: 138px;
	display: block;
	margin: 0 auto;
}

#wxnr p {
	font-size: 12px;
	line-height: 2;
	text-align: center;
}

#wxnr i {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 17px;
	padding-left: 1px;
	height: 18px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-style: normal;
	background: #333;
	border-radius: 8px;
	cursor: pointer;
}

#wxnr span {
	display: inline-block;
	padding: 0.03rem 0.1rem;
	line-height: 0.35rem;
	background-color: #118c3c;
	color: #fff;
	border-radius: 0.05rem;
	cursor: pointer;
}

#wxnr span.wx {
	padding-left: 0.4rem;
	background-image: url(../images/wx.png);
	background-size: 0.28rem;
	background-position: 0.1rem center;
	background-repeat: no-repeat;
}

/* 寰俊寮圭獥 end */

.pc-show {
	display: block;
}

.pm-show {
	display: none;
}

@media (max-width:768px) {
	.pc-show {
		display: none;
	}

	.pm-show {
		display: block;
	}
}

@media (min-width: 992px) {
	.pc-last {
		margin-right: 0;
	}
}

@media (min-width: 480px) and (max-width: 992px) {
	.tpc-last {
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.ph-last {
		margin-right: 0;
	}
}
</pre></body></html>